home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 4
/
Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso
/
Pearls
/
comm
/
Internet
/
AWeb
/
AWebNcFTP.doc
< prev
next >
Wrap
Text File
|
1996-06-19
|
3KB
|
116 lines
AWebNcFTP - Version 1.01 (June 19, 1996)
========================================
Author: Dennis Michael Cranston
Description
===========
This ARexx script allows you to FTP files/directories with AWeb.
It uses NcFTP to perform FTP transfers.
+ Asynchronous downloads (i.e. Multitasking)
+ Distinguishes between files and directories then acts accordingly
+ Optional version features enhanced requesters via
RexxReqTools.library and ReqTools.library
+ Opens small window notifying user of FTP Transfer
+ No need to mount additional filesystems such as FTPMount
+ Uses NcFTP which is distributed with the AmiTCP package
Requirements
============
Located in your "AmiTCP:bin/" directory:
NcFTP (included with the AmiTCP package)
available on Aminet under 'aminet/comm/tcp':
AmiTCP-demo-40.lha (738K) or AmiTC_ncftp156.lha (218K)
(Optional)
RexxReqTools.library & ReqTools.library
available on Aminet under 'aminet/util/rexx':
RexxReqTools.lha (65K)
Simple Installation
===================
Standard Version:
1. Copy AWebNcFTP.rexx into the same directory as the AWeb executable.
2. Change the following AWeb settings and save:
-------------------------------------
Network 3: External Programs
ftp:
Command: sys:rexxc/rx
Arguments: AWebNcFTP.rexx *%s *%s *%s
-------------------------------------
Reqtools Version:
1. If RexxReqTools.library and ReqTools.library are not available
in the 'libs:' path then download RexxReqTools.lha from Aminet
and install.
2. Copy AWebNcFTP.rexx-reqtools into the same directory as the AWeb
executable.
3. Rename AWebNcFTP.rexx-reqtools to AWebNcFTP.rexx
4. Change the following AWeb settings and save:
-------------------------------------
Network 3: External Programs
ftp:
Command: sys:rexxc/rx
Arguments: AWebNcFTP.rexx *%s *%s *%s
-------------------------------------
History
=======
1.01 - Added complete path for finding NcFTP, since ToolManager 2.1
incorrectly ignores any path definitions...
1.0 - First Public Release
Legal
=====
These scripts are FREEWARE. They may be distributed provided source code
and documentation remain unchanged and are included with any distribution.
The author is NOT responsible for the suitability or accuracy of this
documentation and/or the program(s) it describes. Any damage directly or
indirectly caused by the use or misuse of this documentation and/or the
program(s) it describes is the sole responsibility of the user her/him self.
Contacts
========
Postal Address:
Dennis Michael Cranston
180 S. Anderson Road
Exeter, CA 93221 (USA)
E-Mail:
dcransto@trumpet.aix.calpoly.edu
<Q.E.D.>